home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- SoundsAS.js
-
- Encarta Virtual Globe 1999
-
- (c) Copyright Microsoft Corporation 1998
-
- Populates the sound table for Asia. The sound table is comprised
- of a Lat,Long location where the sound is associated with, and an index
- number into the Audio Man control which has the path to the actual sound
- file. See FlightSounds.xls for the table of sound file and Lat,Long
- matchings.
-
- Also includes fusion related variables declarations and functions
- because the number of fusion nodes vary between Fly files.
-
- This file is to be included by FlyAsia.htm
-
- Owner = WHsu
- *****************************************************************************/
- var g_numFusionSrcNodes = 11;
- var g_FusionSrcNodes = new Array(g_numFusionSrcNodes); // node object for Fusion URLWav
- var g_fFusionSrcNodeLoaded = new Array(g_numFusionSrcNodes); // if set, node loaded
-
- function LoadFusionMedia()
- {
- var i;
- for ( i=0; i < g_numFusionSrcNodes; i++ )
- {
- g_fFusionSrcNodeLoaded[i] = false;
- }
- g_FusionSrcNodes[0] = MediaGraph.Nodes("FusionSrcA");
- g_FusionSrcNodes[1] = MediaGraph.Nodes("FusionSrcB");
- g_FusionSrcNodes[2] = MediaGraph.Nodes("FusionSrcC");
- g_FusionSrcNodes[3] = MediaGraph.Nodes("FusionSrcD");
- g_FusionSrcNodes[4] = MediaGraph.Nodes("FusionSrcE");
- g_FusionSrcNodes[5] = MediaGraph.Nodes("FusionSrcF");
- g_FusionSrcNodes[6] = MediaGraph.Nodes("FusionSrcG");
- g_FusionSrcNodes[7] = MediaGraph.Nodes("FusionSrcH");
- g_FusionSrcNodes[8] = MediaGraph.Nodes("FusionSrcI");
- g_FusionSrcNodes[9] = MediaGraph.Nodes("FusionSrcJ");
- g_FusionSrcNodes[10] = MediaGraph.Nodes("FusionSrcK");
-
- MediaGraph.Nodes("FusionSrcA").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcB").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcC").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcD").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcE").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcF").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcG").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcH").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcI").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcJ").LoadMedia(false);
- MediaGraph.Nodes("FusionSrcK").LoadMedia(false);
- }
-
- g_SoundTable[g_Continent_AS] = new Array(62);
-
- g_SoundTable[g_Continent_AS][0] = new Array(3);
- g_SoundTable[g_Continent_AS][1] = new Array(3);
- g_SoundTable[g_Continent_AS][2] = new Array(3);
- g_SoundTable[g_Continent_AS][3] = new Array(3);
- g_SoundTable[g_Continent_AS][4] = new Array(3);
- g_SoundTable[g_Continent_AS][5] = new Array(3);
- g_SoundTable[g_Continent_AS][6] = new Array(3);
- g_SoundTable[g_Continent_AS][7] = new Array(3);
- g_SoundTable[g_Continent_AS][8] = new Array(3);
- g_SoundTable[g_Continent_AS][9] = new Array(3);
- g_SoundTable[g_Continent_AS][10] = new Array(3);
- g_SoundTable[g_Continent_AS][11] = new Array(3);
- g_SoundTable[g_Continent_AS][12] = new Array(3);
- g_SoundTable[g_Continent_AS][13] = new Array(3);
- g_SoundTable[g_Continent_AS][14] = new Array(3);
- g_SoundTable[g_Continent_AS][15] = new Array(3);
- g_SoundTable[g_Continent_AS][16] = new Array(3);
- g_SoundTable[g_Continent_AS][17] = new Array(3);
- g_SoundTable[g_Continent_AS][18] = new Array(3);
- g_SoundTable[g_Continent_AS][19] = new Array(3);
- g_SoundTable[g_Continent_AS][20] = new Array(3);
- g_SoundTable[g_Continent_AS][21] = new Array(3);
- g_SoundTable[g_Continent_AS][22] = new Array(3);
- g_SoundTable[g_Continent_AS][23] = new Array(3);
- g_SoundTable[g_Continent_AS][24] = new Array(3);
- g_SoundTable[g_Continent_AS][25] = new Array(3);
- g_SoundTable[g_Continent_AS][26] = new Array(3);
- g_SoundTable[g_Continent_AS][27] = new Array(3);
- g_SoundTable[g_Continent_AS][28] = new Array(3);
- g_SoundTable[g_Continent_AS][29] = new Array(3);
- g_SoundTable[g_Continent_AS][30] = new Array(3);
- g_SoundTable[g_Continent_AS][31] = new Array(3);
- g_SoundTable[g_Continent_AS][32] = new Array(3);
- g_SoundTable[g_Continent_AS][33] = new Array(3);
- g_SoundTable[g_Continent_AS][34] = new Array(3);
- g_SoundTable[g_Continent_AS][35] = new Array(3);
- g_SoundTable[g_Continent_AS][36] = new Array(3);
- g_SoundTable[g_Continent_AS][37] = new Array(3);
- g_SoundTable[g_Continent_AS][38] = new Array(3);
- g_SoundTable[g_Continent_AS][39] = new Array(3);
- g_SoundTable[g_Continent_AS][40] = new Array(3);
- g_SoundTable[g_Continent_AS][41] = new Array(3);
- g_SoundTable[g_Continent_AS][42] = new Array(3);
- g_SoundTable[g_Continent_AS][43] = new Array(3);
- g_SoundTable[g_Continent_AS][44] = new Array(3);
- g_SoundTable[g_Continent_AS][45] = new Array(3);
- g_SoundTable[g_Continent_AS][46] = new Array(3);
- g_SoundTable[g_Continent_AS][47] = new Array(3);
- g_SoundTable[g_Continent_AS][48] = new Array(3);
- g_SoundTable[g_Continent_AS][49] = new Array(3);
- g_SoundTable[g_Continent_AS][50] = new Array(3);
- g_SoundTable[g_Continent_AS][51] = new Array(3);
- g_SoundTable[g_Continent_AS][52] = new Array(3);
- g_SoundTable[g_Continent_AS][53] = new Array(3);
- g_SoundTable[g_Continent_AS][54] = new Array(3);
- g_SoundTable[g_Continent_AS][55] = new Array(3);
- g_SoundTable[g_Continent_AS][56] = new Array(3);
- g_SoundTable[g_Continent_AS][57] = new Array(3);
- g_SoundTable[g_Continent_AS][58] = new Array(3);
- g_SoundTable[g_Continent_AS][59] = new Array(3);
- g_SoundTable[g_Continent_AS][60] = new Array(3);
- g_SoundTable[g_Continent_AS][61] = new Array(3);
-
-
- g_SoundTable[g_Continent_AS][0][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][0][g_indexLong] = 65;
- g_SoundTable[g_Continent_AS][0][g_indexSound] = 1; // F172376A 34 65 172376 Afghanistan
-
- g_SoundTable[g_Continent_AS][1][g_indexLat] = 41;
- g_SoundTable[g_Continent_AS][1][g_indexLong] = 44;
- g_SoundTable[g_Continent_AS][1][g_indexSound] = 2; // F172387A 41 44 172387 Armenia (+)
-
- g_SoundTable[g_Continent_AS][2][g_indexLat] = 41;
- g_SoundTable[g_Continent_AS][2][g_indexLong] = 48;
- g_SoundTable[g_Continent_AS][2][g_indexSound] = 3; // F172392A 41 48 172392 Azerbaijan (+)
-
- g_SoundTable[g_Continent_AS][3][g_indexLat] = 21;
- g_SoundTable[g_Continent_AS][3][g_indexLong] = 96;
- g_SoundTable[g_Continent_AS][3][g_indexSound] = 4; // F172411A 21 96 172411 Myanmar(+)
-
- g_SoundTable[g_Continent_AS][4][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][4][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][4][g_indexSound] = 5; // F172424A 34 107 172424 China
-
- g_SoundTable[g_Continent_AS][5][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][5][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][5][g_indexSound] = 6; // F172425A 34 107 172425 China--
-
- g_SoundTable[g_Continent_AS][6][g_indexLat] = 27;
- g_SoundTable[g_Continent_AS][6][g_indexLong] = 29;
- g_SoundTable[g_Continent_AS][6][g_indexSound] = 7; // F172437A 27 29 172437 Egypt (+)
-
- g_SoundTable[g_Continent_AS][7][g_indexLat] = 9;
- g_SoundTable[g_Continent_AS][7][g_indexLong] = 40;
- g_SoundTable[g_Continent_AS][7][g_indexSound] = 8; // F172441A 9 40 172441 Ethiopia- (+)
-
- g_SoundTable[g_Continent_AS][8][g_indexLat] = 42;
- g_SoundTable[g_Continent_AS][8][g_indexLong] = 44;
- g_SoundTable[g_Continent_AS][8][g_indexSound] = 9; // F172450A 42 44 172450 Georgia (+)
-
- g_SoundTable[g_Continent_AS][9][g_indexLat] = 24;
- g_SoundTable[g_Continent_AS][9][g_indexLong] = 78;
- g_SoundTable[g_Continent_AS][9][g_indexSound] = 10; // F172469A 24 78 172469 India
-
- g_SoundTable[g_Continent_AS][10][g_indexLat] = 24;
- g_SoundTable[g_Continent_AS][10][g_indexLong] = 78;
- g_SoundTable[g_Continent_AS][10][g_indexSound] = 11; // F172470A 24 78 172470 India
-
- g_SoundTable[g_Continent_AS][11][g_indexLat] = 33;
- g_SoundTable[g_Continent_AS][11][g_indexLong] = 55;
- g_SoundTable[g_Continent_AS][11][g_indexSound] = 12; // F172479A 33 55 172479 Iran (++)
-
- g_SoundTable[g_Continent_AS][12][g_indexLat] = 33;
- g_SoundTable[g_Continent_AS][12][g_indexLong] = 55;
- g_SoundTable[g_Continent_AS][12][g_indexSound] = 13; // F172480A 33 55 172480 Iran (++)
-
- g_SoundTable[g_Continent_AS][13][g_indexLat] = 26;
- g_SoundTable[g_Continent_AS][13][g_indexLong] = 127;
- g_SoundTable[g_Continent_AS][13][g_indexSound] = 14; // F172490A 26 127 172490 Japan (Okinawa)
-
- g_SoundTable[g_Continent_AS][14][g_indexLat] = 35;
- g_SoundTable[g_Continent_AS][14][g_indexLong] = 137;
- g_SoundTable[g_Continent_AS][14][g_indexSound] = 15; // F172491A 35 137 172491 Japan (Taiko)
-
- g_SoundTable[g_Continent_AS][15][g_indexLat] = 32;
- g_SoundTable[g_Continent_AS][15][g_indexLong] = 36;
- g_SoundTable[g_Continent_AS][15][g_indexSound] = 16; // F172494A 32 36 172494 Jordan (+)
-
- g_SoundTable[g_Continent_AS][16][g_indexLat] = 37;
- g_SoundTable[g_Continent_AS][16][g_indexLong] = 128;
- g_SoundTable[g_Continent_AS][16][g_indexSound] = 17; // F172498A 37 128 172498 Korea-
-
- g_SoundTable[g_Continent_AS][17][g_indexLat] = 17;
- g_SoundTable[g_Continent_AS][17][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][17][g_indexSound] = 18; // F172500A 17 107 172500 Laos (+)
-
- g_SoundTable[g_Continent_AS][18][g_indexLat] = 46;
- g_SoundTable[g_Continent_AS][18][g_indexLong] = 104;
- g_SoundTable[g_Continent_AS][18][g_indexSound] = 19; // F172518A 46 104 172518 Mongolia
-
- g_SoundTable[g_Continent_AS][19][g_indexLat] = 46;
- g_SoundTable[g_Continent_AS][19][g_indexLong] = 104;
- g_SoundTable[g_Continent_AS][19][g_indexSound] = 20; // F172519A 46 104 172519 Mongolia
-
- g_SoundTable[g_Continent_AS][20][g_indexLat] = 28;
- g_SoundTable[g_Continent_AS][20][g_indexLong] = 84;
- g_SoundTable[g_Continent_AS][20][g_indexSound] = 21; // F172525A 28 84 172525 Nepal
-
- g_SoundTable[g_Continent_AS][21][g_indexLat] = 20;
- g_SoundTable[g_Continent_AS][21][g_indexLong] = 57;
- g_SoundTable[g_Continent_AS][21][g_indexSound] = 22; // F172533A 20 57 172533 Oman (+)
-
- g_SoundTable[g_Continent_AS][22][g_indexLat] = 30;
- g_SoundTable[g_Continent_AS][22][g_indexLong] = 69;
- g_SoundTable[g_Continent_AS][22][g_indexSound] = 23; // F172534A 30 69 172534 Pakistan
-
- g_SoundTable[g_Continent_AS][23][g_indexLat] = 56;
- g_SoundTable[g_Continent_AS][23][g_indexLong] = 37;
- g_SoundTable[g_Continent_AS][23][g_indexSound] = 24; // F172543A 56 37 172543 Russia (+)
-
- g_SoundTable[g_Continent_AS][24][g_indexLat] = 57;
- g_SoundTable[g_Continent_AS][24][g_indexLong] = 45;
- g_SoundTable[g_Continent_AS][24][g_indexSound] = 25; // F172546A 57 45 172546 Russia (+)
-
- g_SoundTable[g_Continent_AS][25][g_indexLat] = 58;
- g_SoundTable[g_Continent_AS][25][g_indexLong] = 58;
- g_SoundTable[g_Continent_AS][25][g_indexSound] = 26; // F172547A 58 58 172547 Russia (+)
-
- g_SoundTable[g_Continent_AS][26][g_indexLat] = 59;
- g_SoundTable[g_Continent_AS][26][g_indexLong] = 65;
- g_SoundTable[g_Continent_AS][26][g_indexSound] = 27; // F172548A 59 65 172548(e) Russia (+)
-
- g_SoundTable[g_Continent_AS][27][g_indexLat] = 65;
- g_SoundTable[g_Continent_AS][27][g_indexLong] = 100;
- g_SoundTable[g_Continent_AS][27][g_indexSound] = 28; // F172550A 65 100 172550 Russia (eastern)
-
- g_SoundTable[g_Continent_AS][28][g_indexLat] = 67;
- g_SoundTable[g_Continent_AS][28][g_indexLong] = 130;
- g_SoundTable[g_Continent_AS][28][g_indexSound] = 29; // F172551A 67 130 172551 Russia (eastern)
-
- g_SoundTable[g_Continent_AS][29][g_indexLat] = 14;
- g_SoundTable[g_Continent_AS][29][g_indexLong] = 29;
- g_SoundTable[g_Continent_AS][29][g_indexSound] = 30; // F172573A 14 29 172573 Sudan (+)
-
- g_SoundTable[g_Continent_AS][30][g_indexLat] = 35;
- g_SoundTable[g_Continent_AS][30][g_indexLong] = 38;
- g_SoundTable[g_Continent_AS][30][g_indexSound] = 31; // F172577A 35 38 172577 Syria (++)
-
- g_SoundTable[g_Continent_AS][31][g_indexLat] = 39;
- g_SoundTable[g_Continent_AS][31][g_indexLong] = 71;
- g_SoundTable[g_Continent_AS][31][g_indexSound] = 32; // F172578A 39 71 172578 Tajikistan
-
- g_SoundTable[g_Continent_AS][32][g_indexLat] = 24;
- g_SoundTable[g_Continent_AS][32][g_indexLong] = 121;
- g_SoundTable[g_Continent_AS][32][g_indexSound] = 33; // F172580A 24 121 172580 Taiwan
-
- g_SoundTable[g_Continent_AS][33][g_indexLat] = 15;
- g_SoundTable[g_Continent_AS][33][g_indexLong] = 103;
- g_SoundTable[g_Continent_AS][33][g_indexSound] = 34; // F172583A 15 103 172583 Thailand (+)
-
- g_SoundTable[g_Continent_AS][34][g_indexLat] = 32;
- g_SoundTable[g_Continent_AS][34][g_indexLong] = 88;
- g_SoundTable[g_Continent_AS][34][g_indexSound] = 35; // F172584A 32 88 172584 Tibet
-
- g_SoundTable[g_Continent_AS][35][g_indexLat] = -17;
- g_SoundTable[g_Continent_AS][35][g_indexLong] = -174;
- g_SoundTable[g_Continent_AS][35][g_indexSound] = 36; // F172586A -17 -174 172586 Tonga (+)
-
- g_SoundTable[g_Continent_AS][36][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][36][g_indexLong] = 9;
- g_SoundTable[g_Continent_AS][36][g_indexSound] = 37; // F172587A 34 9 172587 Tunisia (+)
-
- g_SoundTable[g_Continent_AS][37][g_indexLat] = 38;
- g_SoundTable[g_Continent_AS][37][g_indexLong] = 31;
- g_SoundTable[g_Continent_AS][37][g_indexSound] = 38; // F172588A 38 31 172588 Turkey (+)
-
- g_SoundTable[g_Continent_AS][38][g_indexLat] = 38;
- g_SoundTable[g_Continent_AS][38][g_indexLong] = 35;
- g_SoundTable[g_Continent_AS][38][g_indexSound] = 39; // F172589A 38 35 172589 Turkey (+)
-
- g_SoundTable[g_Continent_AS][39][g_indexLat] = 38;
- g_SoundTable[g_Continent_AS][39][g_indexLong] = 39;
- g_SoundTable[g_Continent_AS][39][g_indexSound] = 40; // F172591A 38 39 172591 Turkey (+)
-
- g_SoundTable[g_Continent_AS][40][g_indexLat] = 21;
- g_SoundTable[g_Continent_AS][40][g_indexLong] = -158;
- g_SoundTable[g_Continent_AS][40][g_indexSound] = 41; // F172597A 21 -158 172597 Hawaii (++)
-
- g_SoundTable[g_Continent_AS][41][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][41][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][41][g_indexSound] = 42; // F172922A 34 107 172922 China
-
- g_SoundTable[g_Continent_AS][42][g_indexLat] = 124;
- g_SoundTable[g_Continent_AS][42][g_indexLong] = 11;
- g_SoundTable[g_Continent_AS][42][g_indexSound] = 43; // F172936A 124 11 172936 Phillipines
-
- g_SoundTable[g_Continent_AS][43][g_indexLat] = 2;
- g_SoundTable[g_Continent_AS][43][g_indexLong] = 108;
- g_SoundTable[g_Continent_AS][43][g_indexSound] = 44; // F172941A 2 108 172941 Malaysia (+)
-
- g_SoundTable[g_Continent_AS][44][g_indexLat] = 35;
- g_SoundTable[g_Continent_AS][44][g_indexLong] = 33;
- g_SoundTable[g_Continent_AS][44][g_indexSound] = 45; // F172943A 35 33 172943 Cyprus (++)
-
- g_SoundTable[g_Continent_AS][45][g_indexLat] = 5;
- g_SoundTable[g_Continent_AS][45][g_indexLong] = 45;
- g_SoundTable[g_Continent_AS][45][g_indexSound] = 46; // F172947A 5 45 172947 Somalia (+)
-
- g_SoundTable[g_Continent_AS][46][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][46][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][46][g_indexSound] = 47; // F172953A 34 107 172953 China
-
- g_SoundTable[g_Continent_AS][47][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][47][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][47][g_indexSound] = 48; // F172954A 34 107 172954 China
-
- g_SoundTable[g_Continent_AS][48][g_indexLat] = 32;
- g_SoundTable[g_Continent_AS][48][g_indexLong] = 35;
- g_SoundTable[g_Continent_AS][48][g_indexSound] = 49; // F172955A 32 35 172955 Israel (++)
-
- g_SoundTable[g_Continent_AS][49][g_indexLat] = 32;
- g_SoundTable[g_Continent_AS][49][g_indexLong] = 35;
- g_SoundTable[g_Continent_AS][49][g_indexSound] = 50; // F172956A 32 35 172956(e) Israel (++)
-
- g_SoundTable[g_Continent_AS][50][g_indexLat] = 34;
- g_SoundTable[g_Continent_AS][50][g_indexLong] = 107;
- g_SoundTable[g_Continent_AS][50][g_indexSound] = 51; // F172964A 34 107 172964 China
-
- g_SoundTable[g_Continent_AS][51][g_indexLat] = 33;
- g_SoundTable[g_Continent_AS][51][g_indexLong] = 36;
- g_SoundTable[g_Continent_AS][51][g_indexSound] = 52; // F172968A 33 36 172968 Lebanon (++)
-
- g_SoundTable[g_Continent_AS][52][g_indexLat] = 15;
- g_SoundTable[g_Continent_AS][52][g_indexLong] = 108;
- g_SoundTable[g_Continent_AS][52][g_indexSound] = 53; // F172974A 15 108 172974 Vietnam (+)
-
- g_SoundTable[g_Continent_AS][53][g_indexLat] = 25;
- g_SoundTable[g_Continent_AS][53][g_indexLong] = 45;
- g_SoundTable[g_Continent_AS][53][g_indexSound] = 54; // F172975A 25 45 172975 Saudi Arabia (+)
-
- g_SoundTable[g_Continent_AS][54][g_indexLat] = 7;
- g_SoundTable[g_Continent_AS][54][g_indexLong] = 81;
- g_SoundTable[g_Continent_AS][54][g_indexSound] = 55; // F174190A 7 81 174190 Sri Lanka
-
- g_SoundTable[g_Continent_AS][55][g_indexLat] = 6;
- g_SoundTable[g_Continent_AS][55][g_indexLong] = 73;
- g_SoundTable[g_Continent_AS][55][g_indexSound] = 56; // F174192A 6 73 174192(e) Maldives
-
- g_SoundTable[g_Continent_AS][56][g_indexLat] = -2;
- g_SoundTable[g_Continent_AS][56][g_indexLong] = 120;
- g_SoundTable[g_Continent_AS][56][g_indexSound] = 57; // F175264A -2 120 175264 Indonesia (+)
-
- g_SoundTable[g_Continent_AS][57][g_indexLat] = 39;
- g_SoundTable[g_Continent_AS][57][g_indexLong] = 69;
- g_SoundTable[g_Continent_AS][57][g_indexSound] = 58; // F175265A 39 69 175265 Turkmenistan
-
- g_SoundTable[g_Continent_AS][58][g_indexLat] = 41;
- g_SoundTable[g_Continent_AS][58][g_indexLong] = 74;
- g_SoundTable[g_Continent_AS][58][g_indexSound] = 59; // F547297A 41 74 547297 Kyrgyzstan
-
- g_SoundTable[g_Continent_AS][59][g_indexLat] = 15;
- g_SoundTable[g_Continent_AS][59][g_indexLong] = 108;
- g_SoundTable[g_Continent_AS][59][g_indexSound] = 60; // F556628A 15 108 556628 Vietnam (+)
-
- g_SoundTable[g_Continent_AS][60][g_indexLat] = 27;
- g_SoundTable[g_Continent_AS][60][g_indexLong] = 29;
- g_SoundTable[g_Continent_AS][60][g_indexSound] = 61; // F557109A 27 29 557109 Egypt (+)
-
- g_SoundTable[g_Continent_AS][61][g_indexLat] = 12;
- g_SoundTable[g_Continent_AS][61][g_indexLong] = 106;
- g_SoundTable[g_Continent_AS][61][g_indexSound] = 62; // F999950A 12 106 999950 Cambodia (+)
-
-